projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d2da7
)
Document the CARGO_HOME env var
author
Hugo Duncan
<hugo@hugoduncan.org>
Wed, 8 Apr 2015 18:32:29 +0000
(14:32 -0400)
committer
Hugo Duncan
<hugo@hugoduncan.org>
Wed, 8 Apr 2015 18:32:29 +0000
(14:32 -0400)
Adds CARGO_HOME to the config documentation.
src/doc/config.md
patch
|
blob
|
history
diff --git
a/src/doc/config.md
b/src/doc/config.md
index a6aaab69e99a8ebbc6242ec5b70a5dbcc634ce07..9cfab21bafaad9be053d6f7b963caaef7d48e984 100644
(file)
--- a/
src/doc/config.md
+++ b/
src/doc/config.md
@@
-78,3
+78,10
@@
timeout = 60000 # Timeout for each HTTP request, in milliseconds
[build]
jobs = 1 # number of jobs to run by default (default to # cpus)
```
+
+# Configuration of registry cache
+
+Cargo maintains a local cache of the registry index and of git
+checkouts of crates. By default these are stored under
+`$HOME/.cargo`. The location can be overridden by setting the
+`CARGO_HOME` environment variable.